home *** CD-ROM | disk | FTP | other *** search
- Path: news.primenet.com!not-for-mail
- From: isoscele@primenet.com (Chris Burns)
- Newsgroups: comp.lang.c
- Subject: Re: Turbo C++ 3.0 Timer.H
- Date: 8 Apr 1996 17:31:01 -0700
- Organization: Abstract Creations
- Sender: root@primenet.com
- Message-ID: <4kcb45$i5d@nnrp1.news.primenet.com>
- References: <4k98hl$3fk@sanjuan.islandnet.com>
- X-Posted-By: ip166.msp.primenet.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- Abram Hindle <abehind@islandnet.com> wrote:
-
- >How do I use the TIMR.H is turbo c++?
- >I try but can't seem to do anything!
- >I include it then I try starting a timer by going:
- >Timer::start();
- >It then says error and it should have a -> or a . in front of
- >it so I put the . in front of it and it gives me other error
- >messages. It's memmber of Timer(); I'm calling but it doesn't
- >do anything for me! COuld You guys PLEASE HELP?
- >Abram Hindle
- >e-mail: abehind@islandnet.com
-
- A) Declare your Timer object, ex: Timer stopwatch;
- B) Start Timer, ex: stopwatch.start();
-
- You should've been able to glean THAT much from the online help.
-
- - Chris
-
-